home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.698 < prev    next >
Text File  |  1992-02-06  |  2KB  |  46 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;}
  2. \paperw11040
  3. \paperh6860
  4. \margl120
  5. \margr1000
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 NetBoot reboot loop\
  7. \
  8. Q:  I'm booting a NetBoot client — or, rather, trying to.  But it keeps looping through the reboot, getting only as far as allocating a swapfile.  What's wrong?\
  9. \
  10. A:  One cause of this could be that the client's private partition is not exported correctly.   The private partition must be exported with root access for the client.  Even if 
  11. \b /etc/exports
  12. \b0  shows a proper entry, if a parent directory of the client's private partition is a) on the same filesystem, and b) exported 
  13. \i without
  14. \i0  root access for the client, then the client's private partition will not be exported with root access for the client.\
  15. \
  16. A situation where this will occur readily is if you're trying to use a machine with one partition on the disk as the NetBoot server.  This is 
  17. \i not
  18. \i0  a supported configuration.  In this situation, the 
  19. \b exports
  20. \b0  file might look like:\
  21. \
  22.  
  23. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\fs24\li920 /    -access=rhino:cockatoo\
  24. /clients/rhino    -access=rhino,root=rhino\
  25. /clients/cockatoo    -access=cockatoo,root=cockatoo\
  26.  
  27. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  28. If the disk has only one partition then the clients' partitions will 
  29. \i not
  30. \i0  be exported with root access for the client.  To fix this, change the 
  31. \b exports
  32. \b0  file to:\
  33. \
  34.  
  35. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\fs24\li920 /    -access=rhino:cockatoo,root=rhino:cockatoo\
  36.  
  37. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  38. If you want to leave the explicit lines for the two clients' partitions that will do no harm, and might help avoid a problem if you ever set things up on a two-partition disk.\
  39. \
  40. QA698\
  41. \
  42. Valid for 1.0\
  43. Expected valid for 2.0, though untested\
  44. \
  45.  
  46.